Package com.netscape.certsrv.logging
Class AuditFormat
java.lang.Object
com.netscape.certsrv.logging.AuditFormat
Define audit log message format. Note that the name of this
class "AuditFormat" is legacy and has nothing to do with the signed
audit log events format
- Version:
- $Revision$, $Date$
- Author:
- mzhao
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
0: request type 1: request ID 2: initiative 3: auth module 4: status 5: cert dn 6: other info.static final String
initiative: the event is from agentstatic final String
initiative: the event is from remote authoritystatic final String
initiative: the event is from routerstatic final String
initiative: the event is from EEstatic final String
static final int
default log level for writing audit logstatic final String
static final String
authentication module: no Authentication managerstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LEVEL
public static final int LEVELdefault log level for writing audit log- See Also:
-
FROMUSER
initiative: the event is from EE- See Also:
-
FROMAGENT
initiative: the event is from agent- See Also:
-
FROMROUTER
initiative: the event is from router- See Also:
-
FROMRA
initiative: the event is from remote authority- See Also:
-
NOAUTH
authentication module: no Authentication manager- See Also:
-
FORMAT
0: request type 1: request ID 2: initiative 3: auth module 4: status 5: cert dn 6: other info. eg cert serial number, violation policies- See Also:
-
NODNFORMAT
- See Also:
-
ENROLLMENTFORMAT
- See Also:
-
RENEWALFORMAT
- See Also:
-
REVOCATIONFORMAT
- See Also:
-
DOREVOKEFORMAT
- See Also:
-
DOUNREVOKEFORMAT
- See Also:
-
CRLUPDATEFORMAT
- See Also:
-
ADDUSERFORMAT
- See Also:
-
REMOVEUSERFORMAT
- See Also:
-
MODIFYUSERFORMAT
- See Also:
-
ADDUSERCERTFORMAT
- See Also:
-
REMOVEUSERCERTFORMAT
- See Also:
-
ADDUSERGROUPFORMAT
- See Also:
-
REMOVEUSERGROUPFORMAT
- See Also:
-
ADDCERTSUBJECTDNFORMAT
- See Also:
-
REMOVECERTSUBJECTDNFORMAT
- See Also:
-
LDAP_PUBLISHED_FORMAT
- See Also:
-
-
Constructor Details
-
AuditFormat
public AuditFormat()
-